What is an HMI tag database? > About expressions > Example: Control visibility with If-Then-Else logic
This example shows how to create a graphic object that is to be visible only when tag1 exceeds a specified value.
If (tag1 > 55) Then 1 Else 0
About expressions
If-Then-Else logic